Edit Task: TaskGroupNames
Description
The TaskGroupNames attribute under EditTask defines which groups the given task is in.
Parameters
Parameter | Description |
---|---|
TaskGroupNames | A string of text of the names of the groups. If the task group does not exist, one will be created. |
Examples
Add a task to 2 groups
PATCH api/task/Task1
Body:
{
"TaskGroupNames" : ["FirstGroup","SecondGroup"]
}